home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / base / dialog / dialog_thrall.scr < prev    next >
Encoding:
Text File  |  1999-02-24  |  3.6 KB  |  85 lines

  1. precache:
  2. // thrall sounds
  3. //cachesound "monsters/thrall/meager.wav"
  4. //cachesound "monsters/thrall/cometome2.wav"
  5. //cachesound "monsters/thrall/pain5.wav"
  6. //cachesound "monsters/thrall/pain3.wav"
  7. //cachesound "monsters/thrall/thinkso.wav"
  8. //cachesound "monsters/thrall/laff2.wav"
  9. //cachesound "monsters/thrall/timedie.wav"
  10. //cachesound "monsters/thrall/notsurv3.wav"
  11. //cachesound "monsters/thrall/growl2.wav"
  12. // blade sounds
  13. //cachesound "dialog/thrall/blade/meager.wav"
  14. //cachesound "dialog/thrall/blade/bringon.wav"
  15. //cachesound "dialog/thrall/blade/getguys.wav"
  16. //cachesound "dialog/thrall/blade/cantgood.wav"
  17. //cachesound "dialog/thrall/blade/sorryup.wav"
  18. cachesound "dialog/thrall/blade/diebitch.wav"
  19. end
  20.  
  21. // ------------------------------------------------------------------
  22. // Dialog for the Final Showdown
  23. // ------------------------------------------------------------------
  24.  
  25. // -----------------------------
  26. // Dialog for the Final Showdown
  27. // -----------------------------
  28.  
  29. thrall_blade_dialog1:
  30.   // Thrall says, "Am I a dog that you provide for me this meager offering!" 
  31.   dialog "i_thrall" "Am I a dog that you provide for me this meager offering!" "monsters/thrall/meager.wav"
  32.   waitForSound "monsters/thrall/meager.wav" .1
  33.   // Blade says "Meager my ASS!"
  34.   dialog "i_blade" "Meager my ASS!" "dialog/thrall/blade/meager.wav"
  35.   waitForSound "dialog/thrall/blade/meager.wav" .1
  36.   // Thrall says, "Come to me and I will give your flesh to the birds of the air and the beasts of the field!" 
  37.   dialog "i_thrall" "Come to me and I will give your flesh to the birds of the air and the beasts of the field!" "monsters/thrall/cometome2.wav"
  38.   waitForSound "monsters/thrall/cometome2.wav" .1
  39.   // Blade says "Bring it on!"
  40.   dialog "i_blade" "Bring it on!" "dialog/thrall/blade/bringon.wav"
  41.   waitForSound "dialog/thrall/blade/bringon.wav" .1
  42. end
  43.  
  44. thrall_stage1_recovery:
  45.   // Thrall in pain
  46.   dialogsound "monsters/thrall/pain5.wav"
  47.   waitForSound "monsters/thrall/pain5.wav" .1
  48.   // Thrall breathes
  49.   dialogsound "monsters/thrall/pain3.wav"
  50.   waitForSound "monsters/thrall/pain3.wav" .1
  51.   // Thrall says, "I don't think so little man!" 
  52.   dialog "i_thrall" "I don't think so little man!" "monsters/thrall/thinkso.wav"
  53.   waitForSound "monsters/thrall/thinkso.wav" .1
  54.   // Thrall says, "HA, HA, HA, HA!!!!!!" 
  55.   dialogsound "monsters/thrall/laff2.wav"
  56.   waitForSound "monsters/thrall/laff2.wav" .1
  57.   // Thrall says, "Time to DIE!" 
  58.   dialogsound "monsters/thrall/timedie.wav"
  59.   waitForSound "monsters/thrall/timedie.wav" .1
  60.   // Blade says "Holy shit where do they get these guys?!"
  61.   dialog "i_blade" "Holy shit where do they get these guys?!" "dialog/thrall/blade/getguys.wav"
  62.   waitForSound "dialog/thrall/blade/getguys.wav" 1
  63. end
  64.  
  65. thrall_stage2_recovery:
  66.   // Blade says "Oh man!  That can't feel good at all!"
  67.   dialog "i_blade" "Oh man!  That can't feel good at all!" "dialog/thrall/blade/cantgood.wav"
  68.   waitForSound "dialog/thrall/blade/cantgood.wav" 2
  69.   // Thrall says, "You shall not survive."
  70.   dialog "i_thrall" "You shall not survive" "monsters/thrall/notsurv3.wav"
  71.   waitForSound "monsters/thrall/notsurv3.wav" 2
  72.   // Blade says "You're gonna be sorry you got up!"
  73.   dialog "i_blade" "You're gonna be sorry you got up!" "dialog/thrall/blade/sorryup.wav"
  74.   waitForSound "dialog/thrall/blade/sorryup.wav" 1
  75.   // Thrall growls
  76.   dialogsound "monsters/thrall/growl2.wav"
  77.   waitForSound "monsters/thrall/growl2.wav" .1
  78. end
  79.  
  80. thrall_dies:
  81.   // Blade says "DIE! You ugly son of a bitch!"
  82.   dialog "i_blade" "DIE! You ugly son of a bitch!" "dialog/thrall/blade/diebitch.wav"
  83.   waitForSound "dialog/thrall/blade/diebitch.wav" 1
  84. end
  85.